2006-05-31 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/main.c (main): Display comments in friendly
DodgerBlue instead of scary red. (#343444, Carol Spears)
2006-05-31 Matthias Clasen <mclasen@redhat.com>
+ * demos/gtk-demo/main.c (main): Display comments in friendly
+ DodgerBlue instead of scary red. (#343444, Carol Spears)
+
* gtk/gtkfontbutton.c:
* gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
font-set signals. (#343438, Olexiy Avramchenko)
2006-05-31 Matthias Clasen <mclasen@redhat.com>
+ * demos/gtk-demo/main.c (main): Display comments in friendly
+ DodgerBlue instead of scary red. (#343444, Carol Spears)
+
* gtk/gtkfontbutton.c:
* gtk/gtkcolorbutton.c: Clarify the docs of the color-set and
font-set signals. (#343438, Olexiy Avramchenko)
NULL);
tag = gtk_text_buffer_create_tag (source_buffer, "comment",
- "foreground", "red",
+ "foreground", "DodgerBlue",
NULL);
tag = gtk_text_buffer_create_tag (source_buffer, "type",
"foreground", "ForestGreen",